Skip to main content

Assignment - Your first HTML page

By using what you've learned so far, create a basic profile page for your favorite Dragonball Z character. The page should be called for example goku.html.

It should include the name, a small description of the character and 2 sections. The first section will be a list of some of the characters favorite moves and the second section will be a list of the characters family members or know acquaintances.

Feel free to Google around for anything to help you. The point here is not to test you but just to get used to writing up an HTML page.

You'll need to make sure you have the following:

  • a valid HTML page
  • headers with proper hierarchy
  • use at least the following elements
    • h1
    • h2
    • section
    • p
    • ul or ol

Keep your solution as we will be using it in subsequent assignments.

info

You can find more details to all existing HTML elements by going to https://www.w3schools.com/tags/.